Query Parameters
The URL to redirect after the signin
Response
OK
The URL to redirect the user to the identity provider
curl --request GET \
--url https://use.hoop.dev/api/saml/login{
"login_url": "<string>"
}Returns the login url to perform the signin on the identity provider.
curl --request GET \
--url https://use.hoop.dev/api/saml/login{
"login_url": "<string>"
}The URL to redirect after the signin
OK
The URL to redirect the user to the identity provider
Was this page helpful?